ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / FinancialChart<T> Class / AxisX Property

In This Topic
    AxisX Property (FinancialChart<T>)
    In This Topic
    Gets the main X axis.
    Syntax
    'Declaration
     
    Public ReadOnly Property AxisX As ChartAxis(Of T)
    public ChartAxis<T> AxisX {get;}
    See Also